home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / os2 / rxasyn20.zip / RXSCRIPT.ZIP / RXSCRIPT.BBS < prev    next >
File List  |  1994-12-31  |  6KB  |  97 lines

  1. ###############################################################################
  2. #                                                                             #
  3. #   MODULE         RxScript.Bbs                                               #
  4. #                                                                             #
  5. #   DESCRIPTION    Default Bulletin Board Service definition file which       #
  6. #                  specifies values that are normally written to, or          #
  7. #                  expected to be read from the service.                      #
  8. #                                                                             #
  9. #   COPYRIGHT           Copyright (C) 1993 - Crucial Applications             #
  10. #                                 All rights reserved                         #
  11. #                                                                             #
  12. #                             Ian Timms - 20th March 1993                     #
  13. #                                                                             #
  14. #   NOTES          All lines begining with '#' are treated as comments.       #
  15. #                                                                             #
  16. #                  This file contains the definitions of strings for          #
  17. #                  various BBS settings. These items are loaded when          #
  18. #                  the RxScript program is started. Most settings are         #
  19. #                  optional with defaults being provided by the RxScript      #
  20. #                  program where necessary.                                   #
  21. #                                                                             #
  22. #                  If the setting "tag" is specified without a value          #
  23. #                  then the variable related to that "tag" is set to an       #
  24. #                  empty string (ie.  null).  If neither the "tag" nor a      #
  25. #                  value is specified then the default value is assumed.      #
  26. #                                                                             #
  27. #                  The following are currently recognised:-                   #
  28. #                                                                             #
  29. #                      Tag                     Default                        #
  30. #                      ------------------      ---------------------------    #
  31. #                      Name:                                                  #
  32. #                      Prefix:                                                #
  33. #                      Sysop:                                                 #
  34. #                      PhoneNumber:                                           #
  35. #                      HostNetId:                                             #
  36. #                      Script:                                                #
  37. #                      Userid:                                                #
  38. #                      Password:                                              #
  39. #                      BaudRate:               see RxScript.Dev               #
  40. #                      Parity:                 see RxScript.Dev               #
  41. #                      DataBits:               see RxScript.Dev               #
  42. #                      StopBits:               see RxScript.Dev               #
  43. #                      OnlineTimeout:          600                            #
  44. #                      RetryWait:              60                             #
  45. #                      RetryLimit:             5                              #
  46. #                      DefFileArea:            1                              #
  47. #                      ShowFtpStatus:          Yes                            #
  48. #                      MaxUpload:              1                              #
  49. #                      MaxDownload:            2                              #
  50. #                      ReplyCheck:                                            #
  51. #                      ------------------      ---------------------------    #
  52. #                                                                             #
  53. #                  The caret (^) followed by any one letter is replaced       #
  54. #                  by the control sequence for that character.  Use two       #
  55. #                  carets if you actually need to pass a ^M style             #
  56. #                  sequence (eg.  ^^M).  A caret may be followed only         #
  57. #                  by a letter, another caret, or ([) for escape,             #
  58. #                  anything else is an error.                                 #
  59. #                                                                             #
  60. #   HISTORY                                                                   #
  61. #                                                                             #
  62. #     10-Jun-1993  Original release.                                          #
  63. #                                                                             #
  64. ###############################################################################
  65. #
  66. Name:           Bunyips Cave BBS
  67. Prefix:         BUNYIP
  68. Sysop:          Brenda Moon
  69. PhoneNumber:    859-8194
  70. HostNetId:      3:633/379
  71. #
  72. Script:         BunMail
  73. Userid:         Ian Timms
  74. Password:       my_password_goes_here
  75. #
  76. BaudRate:       19200
  77. Parity:         N
  78. DataBits:       8
  79. StopBits:       1
  80. #                                      Online timeout 600 = 10 minutes
  81. OnlineTimeout:  600
  82. #                                      Retry wait 60 = 1 minutes
  83. RetryWait:      60
  84. #                                      Retry limit 5 times
  85. RetryLimit:     5
  86. #
  87. #                                      File area to use as default (usually providing global D/L)
  88. DefFileArea:    V
  89. ShowFtpStatus:  Yes
  90. MaxUpload:      1
  91. MaxDownload:    2
  92. #                                      File to test for to see if replies can be uploaded
  93. ReplyCheck:     E:\PROGRAMS\OS2\MR2\TMP$$\CONTROL.DAT
  94. #
  95. # End of Bulletin Board Service definition file.
  96. #
  97.